object OKRightDlg: TOKRightDlg Left = 313 Top = 225 BorderStyle = bsDialog Caption = 'Other Options' ClientHeight = 86 ClientWidth = 229 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 8 Top = 8 Width = 129 Height = 69 Shape = bsFrame end object el_edIndent: TEnhLabel Left = 19 Top = 23 Width = 33 Height = 13 Caption = 'Indent:' FocusControl = edIndent end object OKBtn: TButton Left = 148 Top = 12 Width = 75 Height = 25 Caption = 'OK' Default = True TabOrder = 0 OnClick = OKBtnClick end object CancelBtn: TButton Left = 148 Top = 42 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 1 end object edIndent: TLblEdit Left = 60 Top = 20 Width = 29 Height = 21 TabOrder = 2 Text = '5' LabelComponent = el_edIndent end object cbAddToResults: TCheckBox Left = 28 Top = 52 Width = 97 Height = 17 Caption = 'Add to results' TabOrder = 3 end end